Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from v0.48.0 to 0.49.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) --- updated-dependencies: - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/checkout-7 chore(deps): bump actions/checkout from 6 to 7
…-/github.com/igorshubovych/markdownlint-cli-0.49.0 chore(deps): bump https://github.com/igorshubovych/markdownlint-cli from v0.48.0 to 0.49.0
There was a problem hiding this comment.
Pull request overview
This PR updates dependency versions used by CI workflows and developer tooling, aiming to keep GitHub Actions and pre-commit hooks current.
Changes:
- Bumped
actions/checkoutreferences fromv6tov7across CI workflows. - Upgraded
markdownlint-clipre-commit hook fromv0.48.0tov0.49.0. - Updated
potato_utilminimum version inrequirements.txt.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements.txt | Bumps potato_util minimum version constraint. |
| .pre-commit-config.yaml | Updates markdownlint-cli hook version. |
| .github/workflows/publish-docs.yml | Uses actions/checkout@v7 for docs publishing workflow. |
| .github/workflows/3.update-changelog.yml | Uses actions/checkout@v7 for changelog update workflow. |
| .github/workflows/2.build-publish.yml | Uses actions/checkout@v7 in build and publish jobs. |
| .github/workflows/1.bump-version.yml | Uses actions/checkout@v7 for version bump workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request focuses on keeping the project dependencies up to date by upgrading the versions of key tools used in CI workflows and pre-commit hooks. The main changes are version bumps for the GitHub Actions
checkoutaction and themarkdownlint-clitool.CI/CD workflow upgrades:
actions/checkoutaction from versionv6tov7across the following workflow files to ensure compatibility and receive the latest improvements and security patches:.github/workflows/1.bump-version.yml.github/workflows/2.build-publish.yml[1] [2].github/workflows/3.update-changelog.yml.github/workflows/publish-docs.ymlPre-commit hook update:
markdownlint-cliin.pre-commit-config.yamlfromv0.48.0tov0.49.0to use the latest features and bug fixes.